GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-25T00:29:32.4941808+00:00",
"SubmitDate": "2026-06-25T00:29:32.4941808+00:00",
"ReportPeriodStart": "2026-06-25T00:29:32.4941808+00:00",
"ReportPeriodEnd": "2026-06-25T00:29:32.4941808+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ea810492-91e4-4878-a420-6d75904f2388",
"Rows": [
{
"ItemId": "096663da-4ea0-4a59-a116-3550efbb7b31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "096663da-4ea0-4a59-a116-3550efbb7b31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ea810492-91e4-4878-a420-6d75904f2388",
"Rows": [
{
"ItemId": "096663da-4ea0-4a59-a116-3550efbb7b31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "096663da-4ea0-4a59-a116-3550efbb7b31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d1307b11-77f9-4eb1-9467-d64b79f84b42",
"da1906ca-a6f1-46d9-9a01-6b02ac4eaa41"
],
"Approvers": [
"e9a643ea-5b65-43d1-bfbe-fbf8f868fe90",
"2a870a72-b0e3-4de8-847f-60fecc7882cd"
],
"ApprovedBy": "d056e5f7-1bcf-4356-b260-6fc19b129366",
"ApprovalDate": "2026-06-25T00:29:32.4941808+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "44f586c5-9014-40f3-9ea1-58717652cf0e",
"id": "b70f0028-c6a8-40b6-9719-d0dc09c43fa5",
"ConfigId": "94da1989-16d5-48f0-8e1a-04fefca0c19b"
},
{
"GenerationDate": "2026-06-25T00:29:32.4941808+00:00",
"SubmitDate": "2026-06-25T00:29:32.4941808+00:00",
"ReportPeriodStart": "2026-06-25T00:29:32.4941808+00:00",
"ReportPeriodEnd": "2026-06-25T00:29:32.4941808+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ea810492-91e4-4878-a420-6d75904f2388",
"Rows": [
{
"ItemId": "096663da-4ea0-4a59-a116-3550efbb7b31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "096663da-4ea0-4a59-a116-3550efbb7b31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ea810492-91e4-4878-a420-6d75904f2388",
"Rows": [
{
"ItemId": "096663da-4ea0-4a59-a116-3550efbb7b31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "096663da-4ea0-4a59-a116-3550efbb7b31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d1307b11-77f9-4eb1-9467-d64b79f84b42",
"da1906ca-a6f1-46d9-9a01-6b02ac4eaa41"
],
"Approvers": [
"e9a643ea-5b65-43d1-bfbe-fbf8f868fe90",
"2a870a72-b0e3-4de8-847f-60fecc7882cd"
],
"ApprovedBy": "d056e5f7-1bcf-4356-b260-6fc19b129366",
"ApprovalDate": "2026-06-25T00:29:32.4941808+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "44f586c5-9014-40f3-9ea1-58717652cf0e",
"id": "b70f0028-c6a8-40b6-9719-d0dc09c43fa5",
"ConfigId": "94da1989-16d5-48f0-8e1a-04fefca0c19b"
}
]